home *** CD-ROM | disk | FTP | other *** search
/ CICA 1993 April / CICA MS Windows - April 1993.iso / unzipped / programr / tp / wint_t / readme. < prev    next >
Text File  |  1992-08-14  |  6KB  |  177 lines

  1.  
  2.                           Turbo Pascal for Windows
  3.                             Turbo Utilities Disk
  4.                        Tips and Techniques Source Code
  5.  
  6.                   Copyright (c) 1991 by Borland International
  7.  
  8. Welcome to the Turbo Pascal for Windows Turbo Utilities.  This disk
  9. contains a number of useful and educational utility programs written in
  10. Turbo Pascal for Windows.  Some of these programs were written at Borland,
  11. and some come from users like you.  You can use these utility programs
  12. as-is, or delve into the source code to learn more about how they work and
  13. to learn special programming techniques for programming in Windows with
  14. Turbo Pascal's Object Windows Library (OWL).
  15.  
  16. This disk also contains all of the source code examples from the
  17. Turbo Pascal for Windows Tips and Techniques book available from Borland
  18. (order instructions below).  You can load these examples directly into
  19. the Turbo Pascal for Windows IDE and learn from them without having to
  20. type them in yourself.  Feel free to incorporate these techniques into
  21. your own programs.  Study the code and experiment so that you can develop
  22. your own techniques.
  23.  
  24. This disk may be distributed to any registered Turbo Pascal for Windows user.
  25.  
  26.  
  27. INSTALLATION
  28. ------------
  29.  
  30. The Turbo Pascal for Windows Turbo Utilties Disk contains the utilities
  31. and source code in a ZIPped archive format.  In order to use the programs,
  32. you must first run the INSTALL program to UNZIP the archive file onto your
  33. hard disk.  To run the installation program from Drive A type:
  34.  
  35.     A:INSTALL A: C:\TPW
  36.  
  37. You can also manually install by using the UNZIP.EXE program.
  38.  
  39.  
  40. NOTES
  41. -----
  42.  
  43. Most of the demo and utility programs have resource files associated with
  44. them.  These are provided in *.RES files and are ready to use with the
  45. TPW compiler.  Just open the main program's *.PAS file in the TPW editor,
  46. and select Run|Run from the main menu.  The program will be compiled and
  47. the resource file will be linked in automatically.
  48.  
  49. ORDER INSTRUCTIONS
  50. ------------------
  51. To order the Turbo Pascal For Windows Tips & Techniques book call Borland's
  52. order desk at 1-800-331-0877.  Please have your serial number available.
  53.  
  54. FILES ON THE DISK
  55. -----------------
  56.  
  57. INSTALL  BAT     Installation program
  58. UNZIP    EXE     Archive unzipping program
  59. TPWUTILS ZIP     Zipped archive file containing Turbo Utilities and source
  60. TPWTIPS  ZIP     Zipped archive file containing Tips and Techniques source
  61. README   COM     Utility for reading this file
  62. README           This file!
  63.  
  64.  
  65. CONTENTS OF ARCHIVED FILES
  66. --------------------------
  67.  
  68. TPWUTILS.ZIP      The files in this archive are grouped in subdirectories,
  69.                   which UNZIP will create for you if you use the INSTALL
  70.                   program or if you manually unzip with the -D parameter
  71.                   UNZIP -D TPWUTILS
  72.  
  73. ICONVIEW EXE      An icon viewer
  74. MODEMX   EXE      A simple communications program
  75. PAINT    EXE      A bitmap paint program
  76. PREVIEW  EXE      A font viewer
  77. TODO     EXE      A to-do list manager
  78. SYSCOLOR EXE      Tom Swan's system color editor, from his book
  79.                   "Turbo Pascal for Windows 3.0 Programming" (Bantam, 1991).
  80. CURVE    ICO      A few sample icon files to look at in the viewer.
  81. SWORD    ICO
  82. DIAGRAM1 ICO
  83. DIAGRAM2 ICO
  84. DIAGRAM3 ICO
  85. DIAGRAM4 ICO
  86.  
  87.  
  88. Directory ICONVIEW:
  89. ICONVIEW PAS      The Icon Viewer demo program source code.
  90. ICONFILE PAS      A unit to read ICO format files.
  91. ICONVIEW RES      IconView's resources
  92. ICONS    ZIP      64 more icons to look at with ICONVIEW
  93.                   and use in your programs.
  94.  
  95.  
  96. Directory MODEMX:
  97. MODEMX PAS        A telecommunications program with XMODEM file transfer.
  98. MODEMX RES        ModemX's resources
  99.  
  100.  
  101. Directory PAINT:
  102. PAINT    PAS      The Paint demo program's main program file.
  103. PAINTDEF PAS      Paint tools and misc. utility functions
  104. PAINT    RES      Paint's icon, cursor, and other resources
  105. TOOLBAR  PAS      The Toolbar object
  106. BITMAPS  PAS      Functions to load and store bitmaps in the BMP file format.
  107. CANVAS   PAS      The Canvas object
  108. PALETTE  PAS      The Color Palette object
  109. LINEBAR  PAS      The Line Bar object
  110. RECT     PAS      Functions to manipulate rectangles
  111. TOOLS    PAS      The many Tool objects that Paint uses.
  112.  
  113.  
  114. Directory PREVIEW:
  115. PREVIEW  PAS      The Font Preview utility program to examine the screen
  116.                   fonts installed in Windows.
  117. PREVIEW  TXT      A readme file for Preview in plain text format.
  118. PREVIEW  RES      Preview's resources
  119. WFPLUS   PAS      Utility functions for Preview.
  120. WOPLUS   PAS      Utility objects for Preview.
  121.  
  122.  
  123. Directory SYSCOLOR:
  124. SYSCOLOR PAS      The SysColor utility program, for setting Window's
  125.                   system colors.
  126. SYSCOLOR TXT      A readme file for SysColor in plain text format.
  127. SYSCOLOR RES      SysColor's resources
  128. SYSCOLOR RC       The resource script file used to create SYSCOLOR.RES
  129. SYSCOLOR ICO      The icon file, used by SYSCOLOR.RC
  130. SYSCOLOR DLG      The dialog template for SYSCOLOR.RC
  131. SYSCOLOR WRI      A readme file for SysColor in Microsoft Write format.
  132.  
  133.  
  134. Directory TODO:
  135. TODO     PAS      The TODO list utility program.
  136. TODO     RES      TODO's resources.
  137.  
  138.  
  139. TPWTIPS.ZIP       Here are the TPW Tips & Techniques example programs that
  140.                   are referred to in the Tips & Techniques book.  These
  141.                   are placed in the TIPS subdirectory by Install:
  142. ANIMATE  PAS
  143. CENTER   PAS
  144. CENTER   RES
  145. CURSOR   PAS
  146. DBLCLICK PAS
  147. DUDE     RES
  148. FORMLINE PAS
  149. HCOPY    PAS
  150. MDIAPP   RES
  151. MDISPLSH PAS
  152. MDISPLSH RES
  153. MENUDEMO PAS
  154. MINMAX   PAS
  155. MODEM    PAS
  156. MODEM    RES
  157. MYDLG    RES
  158. MYEDIT   PAS
  159. OWNRDRAW PAS
  160. PICTURE  PAS
  161. PICTURE  RES
  162. PRINT_IT RES
  163. PRINTBMP PAS
  164. PRINTBMP RES
  165. PRINTER  RES
  166. RUBBER   PAS
  167. SPLASH   PAS
  168. SPLASH   RES
  169. STATUS   PAS
  170. T&TMENU  RES
  171. TRANSFER PAS
  172. VALID    PAS
  173. VALID    RES
  174. WINPRINT PAS
  175.  
  176. * * *
  177.